home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / cli / cw112.lha / cw.doc < prev    next >
Encoding:
Text File  |  1995-03-05  |  2.2 KB  |  85 lines

  1.                             CW-CountWords 1.12
  2.                             ==================
  3.  
  4. _Copyright_
  5.  ---------
  6. CW is © 1995 by Thomas Strauß. CW is freely distributable, use it at your
  7. own risk and for what you would like to.
  8.  
  9. If you manage to sell CW for loads of money, you could leave me a mail,
  10. maybe I need a salesperson :)
  11.  
  12. _Disclaimer_
  13.  ----------
  14. Use CW at your own risk, there is no guarantee that CW does anything
  15. described in this document.
  16. If you destroy your important data, your house or the world using CW, don't
  17. blame me, you have been warned!
  18.  
  19. _Introduction_
  20.  ------------
  21. CW is a wordcounter, you give it a text and a word to look up and it tells
  22. you often this word appears in the given text.
  23. I needed something that does exactly what CW does and I did not find
  24. anything like it, which does not mean it does not exist, but I could not
  25. find it on FreshFish or Aminet CDs.
  26.  
  27. CW was created using SAS/C 6.5, great compiler!
  28.  
  29. _Speed_
  30.  -----
  31. Speed is (on A4K/040) between 150-400KB/Sek.
  32.  
  33. Be warned! CW was written do search a text line by line. Words or patterns
  34. that are spread over more than one line will not be found.
  35. If you try to search binaries, expect unexpected results :)
  36.  
  37. _Usage_
  38.  ---------
  39. The template is as follows:
  40.  
  41.   FILE/A,WORD/A,NC=NoCase/S,Q=Quiet/S,B=InBuf/N/K
  42.  
  43. The option's defaults are:
  44.  
  45.   File:   %
  46.   Word:   %
  47.   NoCase: False
  48.   Quiet:  False
  49.   InBuf:  1000
  50.  
  51. File: must be given
  52.   The file you want to search through.
  53.  
  54. Word: must be given
  55.   The word you search for. If you have spaces in your search pattern, it
  56.   must be in quotas "
  57.  
  58. NC=NoCase: optional
  59.   If given, CW will ignore the case during search.
  60.  
  61. Q=Quiet: optional
  62.   If given, there will be no output but the final result. Errors will still
  63.   appear.
  64.  
  65. B=InBuf: optional
  66.   If the text beeing searched has very long lines, you may want to increase
  67.   the line input buffer. A match  that is cut by  the end of the buffer will
  68.   not be found.
  69.  
  70. Thats it.
  71.  
  72. _Who did it?_
  73.  -----------------------
  74. I did it, if you want to contact me, for whatever reason, this is my
  75. address:
  76.  
  77.   Thomas Strauß <- This is an Umlaut, if you dont like it use "ss"
  78.   Josefstr. 64
  79.   66809 Nalbach
  80.   (Germany)
  81.  
  82.   eMail: thst@outsite.saar.de
  83.   BBS:   The ***el Outside
  84.          +49 (0) 683 884 739
  85.